home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000259_news@newsmaster….columbia.edu _Mon Feb 23 02:56:53 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA13647
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 23 Feb 1998 02:56:53 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id CAA09254
  7.     for kermit.misc@watsun; Mon, 23 Feb 1998 02:56:52 -0500 (EST)
  8. From: dz@mir.glas.apc.org (Dmitry the Zuryanovich)
  9. Newsgroups: comp.protocols.kermit.misc
  10. Subject: rts/cts problem
  11. Date: 23 Feb 1998 02:05:12 +0300
  12. Organization: GlasNet
  13. Lines: 34
  14. Message-ID: <6cqav9$bn3@glas.apc.org>
  15. NNTP-Posting-Host: mir.glas.apc.org
  16. Mime-Version: 1.0
  17. Content-Type: text/plain; charset=koi8-r
  18. Content-Transfer-Encoding: 8bit
  19. X-Newsreader: TIN [version 1.2 PL2]
  20. Path: news.columbia.edu!news.new-york.net!nntprelay.mathworks.com!newsfeed.direct.ca!newsfeed.sovam.com!sovam!Gamma.RU!srcc!news.park.ru!news.rosprint.net!news.glas.apc.org!dz
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:8451
  22.  
  23. Ckermit: 6.0.193 A.03.
  24. OS: SCO OSE 5.04+RSc
  25. Comm-Driver: SCO standart, not fas.
  26. Modem: DSI Connection Internal, locked at 38400, it has no problems under
  27. OS/2 and OpenDOS.
  28.  
  29. Problem: it works great, until I do not transfer large thing from me, no
  30. matter what way ( except kermit protocol - it is too slow, but it helps,
  31. as it was designed to )
  32.  Looks like:
  33.  redir sz some_great_file.jpg
  34.  sz: sending-sending-sending first 5K with an increadible CPS
  35.  modem: ( generally - remote modem, tested at lot of systems) hangup.
  36. The same thing with ppp. redir ppp rts/cts ( ppp from Morning Star technologies)
  37. established LCP, getting ip and works great, again, until I do not
  38. say ftp send smth-big. The same result.
  39.  .kermrc
  40.  set line /dev/tty1a
  41.  set speed 38400
  42.  set flow-control rts/cts
  43.  set modem flow rts/cts
  44.  blah-blah-blah, but w/o set modem line
  45. Then I start kermit, say connect and dial ( by ATD command)
  46.  
  47. Looks like kermit doesnt set one of rts/cts flow; too many bytes is 
  48. written to modem, but modem buffer overflows and it causes this error.
  49.  Modem is seted up with the greatest command AT&F, and it is enough ( includes
  50. rts/cts and so on)
  51.  
  52. Question: What to do ;-)
  53. Another question, advanced: so, I have sz writing to standart output.
  54. Can it set hardware flow control to standart output( via tcsetattr, or
  55. ioctl )? Is it sz's business to do it?
  56. Thanks.